home *** CD-ROM | disk | FTP | other *** search
/ Windows 32-Bit Gallery / Windows 32-bit Gallery.iso / win95 / vidres / readme.txt < prev    next >
Text File  |  1996-11-20  |  4KB  |  45 lines

  1. VidRes - A Video Resolution Switching Utility for Windows 95
  2. VidRes is a free utility that enables you to quickly switch the display resolution of your machine without making the change permanent. I hope that its operation is straight forward.
  3. Installation
  4. Copy VidRes.exe to a suitable sub-directory and create a shortcut to it on your desktop.
  5. Requirements
  6. Windows 95 and MFC30.DLL for run-time support.
  7. Use
  8. The default operation of VidRes (invoked without any command line parameters) displays a simple dialog box containing a list of all the possible display resolutions. VidRes prefaces each item with a display mode number that you can use directly with VidRes by passing the mode number as a command line parameter. Items with a marker '╢' indicate that Windows can switch directly to that mode without you having to restart your machine. It's these marked modes that you are likely to want to use. If you choose to use an unmarked mode, VidRes prompts you that it needs to make the change permanent and will ask you to restart your machine.
  9. Use VidRes interactively to find the mode numbers you want to use. Then, create desktop shortcuts with the mode number as a command line parameter so that you can easily switch between the modes you use.
  10. For example I have 2 items:
  11. "E:\vidres\vidres.exe 2"    that switches my display to standard VGA mode, and
  12. "E:\vidres\vidres.exe 4"    that switched to 1024x768 resolution.
  13. Notes
  14. One minor drawback (or feature) that I have not been able to work around yet is the automatic re-sizing of the desktop that takes place. For example, if you have shortcuts placed over a high resolution desktop, and switch to a lower resolution, Windows moves the shortcuts to fit the reduced desktop size. I get around this by restricting myself to placing desktop icons to the smallest (std. VGA) resolution that I use.
  15. I have limited testing facilities, but on the machines I have tried, it has shown that the display drivers report some resolutions that do not seem to really exist (most notably the 640x400 resolutions). When you switch to one of these resolutions you are actually switching to a different resolution (640x400 = 640x480). Later builds of Windows 95 display drivers are removing these "ghost" modes.
  16. I have had one report of VidRes not finding any display modes on an IBM ThinkPad portable. Thanks to Mike Warriner [100020,3705] for reporting and fault finding on that, it appears to be a problem with the machine not working with the API routines used).
  17. I do not know if the API's used in VidRes are specific to Windows 95, they certainly do not exist in Windows NT V3.5. If anyone has access to Windows NT V3.51 can you let me know if it works there.
  18. Thanks to those of you who joined in with my initial question on this subject - I hope you all find VidRes useful.
  19. If you have any problems, comments or suggestions for improvements, do not hesitate to let me know. Let me know also how you use VidRes, it's always interesting to see how people actually use your ideas!
  20.  
  21. Thanks
  22. Dave Lowndes
  23. Revision History
  24. 25 April 1995
  25. Added code to find the current video mode & set the list box current item accordingly.
  26. Added Windows restart code for those video modes that require it.
  27. Added double click on list box item to switch without having to choose OK.
  28. Fixed command line processing to allow for possible spaces in directory path. Thanks to Andy Farrow [100304,3127] for pointing this one out to me.
  29. 1 May 1995
  30. Move embedded strings to resource file.
  31. Build as MFC in a DLL to reduce executable size.
  32. 2 May 1995
  33. Change from using GetCommandLine() to good old argc & argv.
  34. 27 May 1995
  35. Cosmetics - release as V1.0
  36. VidRes is Copyright ⌐JD Design 1995
  37. JD Design
  38. 162 Mow Cop Road
  39. Mow Cop
  40. Stoke-on-Trent
  41. ST7 4NH
  42. England
  43. CompuServe 100524,3072
  44.  
  45.